Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / ITreeDataCollection<T> Interface / GetChildren Method
The index of item to ask for its children.

In This Topic
    GetChildren Method (ITreeDataCollection<T>)
    In This Topic
    Gets the children of the item at the specified index.
    Syntax
    'Declaration
     
    
    Function GetChildren( _
       ByVal index As Integer _
    ) As IDataCollection(Of T)
    IDataCollection<T> GetChildren( 
       int index
    )

    Parameters

    index
    The index of item to ask for its children.
    See Also